Try to debug a failing test on the windows bots
authorAlex Crichton <alex@alexcrichton.com>
Thu, 28 May 2015 22:56:42 +0000 (15:56 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 28 May 2015 22:56:42 +0000 (15:56 -0700)
This test is failing on the win64 bot, and I'm not 100% sure why, so trying to
get some more info out of it.

tests/test_cargo_compile_git_deps.rs

index b760ec39fed57c4aa514b914636f456bea129cc4..a7da8488467722cf6763fb9b5bb9d116c581cd3e 100644 (file)
@@ -515,7 +515,7 @@ test!(two_revs_same_deps {
 
     baz.build();
 
-    assert_that(foo.cargo_process("build"),
+    assert_that(foo.cargo_process("build").arg("-v"),
                 execs().with_status(0));
     assert_that(&foo.bin("foo"), existing_file());
     assert_that(foo.process(&foo.bin("foo")), execs().with_status(0));